Skip to content

Words Filter

The words filter allows you to block specific words or phrases in your chat. This is useful for preventing unwanted language, spam phrases, or other content you want to keep out of your chat.

Settings

Enabled

Toggle to enable or disable the words filter.

Notify Chat

When enabled, the bot will send a message to chat when a message is caught by the filter.

Excluded Groups

Select which user groups are exempt from the filter:

  • Moderators: Your channel moderators
  • Subscribers: Users subscribed to your channel
  • Creators: Other creators on the platform
  • Chatters: Regular chatters in your channel

Banned Words

Managing Words

You can manage your list of banned words:

  1. Click the "+" button to add a new word

  2. Enter the word or phrase

  3. Select the match type:

    • Contains: Matches if the message contains the word/phrase. For example, if you ban "hello", it will match "hello" and "hello123" and "123hello".
    • Boundary: Matches if the word appears as a complete word with word boundaries. For example, if you ban "hello", it will match "say hello there" but not "hello123" or "123hello".
    • Wildcard: Supports wildcard patterns using "*". For example:
      • "bad*word" matches "badword", "bad word", "bad-something-word"
      • "test*" matches any word starting with "test"
      • "*test" matches any word ending with "test"
    • Regex: Uses custom regular expressions for advanced pattern matching. Examples:
      • Email addresses: [a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}
      • Phone numbers: \d{3}[-.]?\d{3}[-.]?\d{4}
      • URLs: https?:\/\/[^\s]+

    All matches are case-insensitive, so "Hello" will match "HELLO", "hello", or "HeLLo".

  4. Choose the action to take when matched:

    • Delete: The message will be deleted
    • Timeout: The user will be timed out
    • Ban: The user will be banned
  5. Click Save to add it to your banned words list

Bulk Actions

You can select multiple words using the checkboxes and:

  • Delete multiple words at once using the trash icon